|
| void | uarti2cspi2_cfg_setup (uarti2cspi2_cfg_t *cfg) |
| | UART I2C SPI 2 configuration object setup function.
|
| void | uarti2cspi2_drv_interface_sel (uarti2cspi2_cfg_t *cfg, uarti2cspi2_drv_t drv_sel) |
| | UART I2C SPI 2 driver interface setup function.
|
| err_t | uarti2cspi2_init (uarti2cspi2_t *ctx, uarti2cspi2_cfg_t *cfg) |
| | UART I2C SPI 2 initialization function.
|
| err_t | uarti2cspi2_default_cfg (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 default configuration function.
|
| err_t | uarti2cspi2_write_regs (uarti2cspi2_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
| | UART I2C SPI 2 write registers function.
|
| err_t | uarti2cspi2_read_regs (uarti2cspi2_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
| | UART I2C SPI 2 read registers function.
|
| err_t | uarti2cspi2_write_reg (uarti2cspi2_t *ctx, uint8_t reg, uint8_t data_in) |
| | UART I2C SPI 2 write register function.
|
| err_t | uarti2cspi2_read_reg (uarti2cspi2_t *ctx, uint8_t reg, uint8_t *data_out) |
| | UART I2C SPI 2 read register function.
|
| err_t | uarti2cspi2_check_com (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 communication check function.
|
| void | uarti2cspi2_enable_device (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 enable device function.
|
| void | uarti2cspi2_disable_device (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 disable device function.
|
| uint8_t | uarti2cspi2_get_int_pin (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 get INT pin function.
|
| void | uarti2cspi2_select_uart_0 (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 select UART 0 function.
|
| void | uarti2cspi2_select_uart_1 (uarti2cspi2_t *ctx) |
| | UART I2C SPI 2 select UART 1 function.
|
| err_t | uarti2cspi2_set_baud_rate (uarti2cspi2_t *ctx, uint32_t baud_rate, uint32_t *act_baud_rate) |
| | UART I2C SPI 2 set baud rate function.
|
| err_t | uarti2cspi2_write_data (uarti2cspi2_t *ctx, uint8_t *data_in, uint8_t len) |
| | UART I2C SPI 2 write data function.
|
| err_t | uarti2cspi2_read_data (uarti2cspi2_t *ctx, uint8_t *data_out, uint8_t len) |
| | UART I2C SPI 2 read data function.
|
This file contains API for UART I2C SPI 2 Click Driver.